const time.hasMonotonic
19 uses
time (current package)
format.go#L501: if t.wall&hasMonotonic != 0 {
time.go#L151: hasMonotonic = 1 << 63
time.go#L169: if t.wall&hasMonotonic != 0 {
time.go#L180: if t.wall&hasMonotonic != 0 {
time.go#L184: t.wall = t.wall&nsecMask | uint64(dsec)<<nsecShift | hasMonotonic
time.go#L214: if t.wall&hasMonotonic != 0 {
time.go#L225: if t.wall&hasMonotonic == 0 {
time.go#L230: t.wall |= hasMonotonic | uint64(sec-minWall)<<nsecShift
time.go#L241: if t.wall&hasMonotonic == 0 {
time.go#L249: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L259: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L273: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L831: if t.wall&hasMonotonic != 0 {
time.go#L848: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L876: if t.wall&hasMonotonic != 0 {
time.go#L878: now = Time{hasMonotonic, runtimeNano() - startNano, nil}
time.go#L889: if t.wall&hasMonotonic != 0 {
time.go#L891: now = Time{hasMonotonic, runtimeNano() - startNano, nil}
time.go#L1079: return Time{hasMonotonic | uint64(sec)<<nsecShift | uint64(nsec), mono, Local}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)